/****************header************/
#header{
    border-bottom: 1px solid #0ba29a;
}
#header .container{
    height: 118px;
}
#header .logo a {
    margin-top: 30px;
    display: inline-block;
}
#header .nav ul,
#header .nav ul li,
#header .nav .language{
    display: inline-block;
}
#header .nav ul li{
    margin: 0 30px 0 0;
}
#header .nav ul li.hover a,
#header .nav ul li a:hover{
    color: #0ba29a;
}
#header .nav ul li a{
    font-size: 16px;
	color: #010101;
}
#header .nav .language{
    margin: 0 0 0 15px;
    color: #666666;
}
#header .nav .language a{
    color: #666666;
    margin: 0 3px;
}
#header .search {
    width: 282px;
    height: 30px;
    /* display: inline-block;
    float: right; */
    margin: 27px 0 16px;
    text-align: right;
    width: 100%;
    display: block;
}
#header .search form{
    display: inline-block;
}
#header .search .inp_text {
    width: 226px;
    background-color: #f3f3f3;
    line-height: 28px;
    outline: none;
    border: solid 1px #cccccc;
    display: inline-block;
    float: left;
    text-indent: 10px;
    height: 30px;
}
#header .search .inp_button{
    width: 53px;
    height: 30px;
    display: inline-block;
    background: url("../images/search_icon.png") no-repeat center center #0ba29a;
}
#header .search .inp_button:hover{
    cursor: pointer;
}
#banner .swiper-pagination-bullet{
    width: 38px;
	height: 4px;
    background-color: #ffffff;
    border-radius: 0;
    opacity: 1;
    margin: 0 19px 0 0;
}
#banner .swiper-pagination-bullet-active{
    background-color: #0ba29a;
}
#banner .swiper-pagination{
    bottom: 44px;
}
#banner .swiper-slide img{
    width: 100%;
    height: auto;
}
.title{
    text-align: center;
    padding: 69px 0 51px;
}
.title .info{
    height: 48px;
    display: inline-block;
    width: 187px;
}
.green{
    background: url("../images/title_green_bg.png") no-repeat center center;
}
.white{
    background: url("../images/title_white_bg.png") no-repeat center center;
}
.title .cn{
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    display: block;
}
.title .en{
    font-size: 16px;
	color: #cdcccb;
}
.index_about .name{
    font-size: 20px;
    color: #2e3643;
    margin: 0 0 26px;
}
.index_about{
    margin: 0 0 81px 0;
}
.index_about p{
    font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.index_about .intro{
    margin: 0 0 0 57px;
}
.more{
    margin: 30px 0 0;
}
.more a{
    width: 114px;
	height: 34px;
	border-radius: 4px;
    border: solid 1px #0ba29a;
    font-size: 14px;
    color: #0ba29a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vedio{
    background: url("../images/index_vedio_bg.jpg") no-repeat top center;
    background-size: contain;
    padding: 12px 0 72px;
}
.vedio .title .info{
    background: none;
}
.vedio .title .info .cn{
    color: #ffffff;
}
.vedio .title .info .en{
    color:#5dc5c0;
}
.index_product{
    background-color: #f6f6f6;
    padding: 0 0 81px;
}
.index_product .swiper-slide .img{
    border: solid 1px #cccccc;
    padding: 2px;
}
.index_product .swiper-slide .img img{
    width: 100%;
    height: auto;
    max-height: 148px;
    overflow: hidden;
}

.index_product .swiper-slide p{
    font-size: 15px;
    color: #333333;
    text-align: center;
    line-height: 43px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index_product .swiper-slide:hover p{
    color: #0ba29a;
}
.index_product .more{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.index_product .more em{
    margin: 10px 0 19px;
}
.index_partner{
    margin: 0 0 58px;
}
.index_partner .swiper-slide img{
    max-width: 100%;
    height: auto;
}
#foot{
    background-color: #444444;
}
#foot .copyright{
    border-top: 2px solid #7d7b7b;
    line-height: 46px;
    font-size: 12px;
    color: #aaa3a3;
    text-align: center;
}
#foot .foot_links{
    padding: 44px 0 41px;
}
#foot .foot_title{
    font-size: 14px;
	line-height: 30px;
    color: #ffffff;
    padding: 0 0 2px;
    
}
#foot ul li a,
#foot .contact_us p{
    font-size: 12px;
    color: #d1d0d0;
    line-height: 26px;
}
#foot ul:first-child{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 190px;
}
#foot ul{
    padding: 0 58px;
    position: relative;
    float: left;
}
#foot ul::after{
    width: 1px;
	height: 89px;
    background-color: #515050;
    content: "";
    right: 0;
    top: 10px;
    position: absolute;
}
#foot ul:first-child .foot_title{
    width: 100%;
}
#foot ul:first-child li{
    width: 50%;
}
#foot .contact_us{
    float: left;
    margin: 0 0 0 55px;
}
#foot .scan{
    float: right;
}
/*****************end inde**********/

/***************start about************/
.page_banner img{
    width: 100%;
    height: auto;
}
.breadcrumb{
    height: 76px;
    border-bottom: 1px solid #d5d5d5;
    font-size: 14px;
	color: #666666;
    line-height: 74px;
}
.breadcrumb .cate_list a{
    margin: 0 46px 0 0;
    display: inline-block;
}
.breadcrumb .cate_list a.hover,
.breadcrumb .cate_list a:hover{
    color: #2fa9a2;
    border-bottom: 2px solid #2fa9a2;
}
.breadcrumb .path em{
    width: 12px;
    height: 16px;
    display: inline-block;
    background: url("../images/breadcrumb_icon.png") no-repeat center center;
    margin: 0 6px 0 0;
}
.breadcrumb .path {
    display: flex;
    align-items: center;
}
.page_about_con .name{
    border-bottom: 2px solid #0ba29a;
    display: inline-block;
    padding: 0 0 11px;
}
.page_about_con .intro p,
.page_about_con .intro_more{
    line-height: 28px;
}
.page_about_con .intro_more{
    margin: 32px 0 0;
    border-bottom: 1px solid #d5d5d5;
    padding: 0 0 23px;
}
.small_title{
    height: 19px;
    background: url("../images/little_title_bg.png") no-repeat center center;
    text-align: center;
    font-size: 20px;
    color: #333333;
    line-height: 17px;
}
.page_partner .small_title,
.message .small_title{
    background: url("../images/little_title_bg2.png") no-repeat center center;
}
.page_about_department .depart_list{
    margin: 34px 0 0;
}
.depart_list .depart_item{
    width: 33.33%;
    float: left;
    text-align: center;
}
.depart_list .depart_item .img{
    width: 301px;
    height: 240px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.depart_list .depart_item .img img{ 
    border-radius: 50% / 50%;
    width: 100%;
    height: auto;
}
.depart_list .depart_item .img .dask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.1);
    border-radius: 50% / 50%;
    font-size: 16px;
	line-height: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.depart_list .depart_item .img:hover .dask{
    background: unset;
}
.depart_list .depart_item .img .dask span{
    border-bottom: 2px solid #ffffff;
}
.page_about_sign{
    height: 224px;
    background: url("../images/page_about_sign.jpg") no-repeat;
    background-size: cover;
    margin: 60px 0 50px;
}
.page_partner .partner_list{
    position: relative;
}
.page_partner .partner_list .swiper-container{
    width: calc(100% - 120px);
    margin: 34px auto 72px;
}
.page_partner .partner_list .swiper-slide{
    border: solid 1px #eeeeee;
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_partner .swiper-button-next,
.page_partner .swiper-button-prev{
    width: 25px;
	height: 100%;
    top: 22px;
    outline: none;
}
.page_partner .swiper-button-next{
   background: url("../images/partner-next-hover.png") no-repeat center center #0ba29a;
}
.page_partner .swiper-button-prev{
    background: url("../images/partner-prev-hover.png") no-repeat center center #0ba29a;
}
.page_partner .swiper-button-next.swiper-button-disabled,
.page_partner .swiper-button-prev.swiper-button-disabled {
    opacity:1;
}
.page_partner .swiper-button-next.swiper-button-disabled{
    background: url("../images/partner-next.png") no-repeat center center #f3f3f3;
}
.page_partner .swiper-button-prev.swiper-button-disabled{
    background: url("../images/partner-prev.png") no-repeat center center #f3f3f3;
}
.page_download .download_list{
    margin: 0 0 52px 0;
}
.page_download .download_list li{
    line-height: 74px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    justify-content: space-between;
}
.page_download .download_list li:hover{
	box-shadow: 0px 7px 18px 0px 
		rgba(163, 163, 163, 0.17);
}
.page_download .download_list li span{
    background: url("../images/pdf_icon.png") no-repeat center left;
    padding: 0 0 0 38px;
    margin: 0 0 0 18px;
}
.page_download .download_list li a{
    background: url("../images/download_icon.png") no-repeat center left;
    margin: 0 37px 0 0;
    padding: 0 0 0 32px;
}
.page_download .container{
    margin: 0 auto 70px;
}
.qty_section{
    margin: 0 0 50px;
}
.qty_section .qty_title{
    font-size: 18px;
	line-height: 21px;
    color: #0ba29a;
    border-bottom: 1px solid #0ba29a;
    display: inline-block;
    padding: 0 0 3px;
    margin: 0 0 30px;
}
.qty_section p{
    font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.honner_list p{
    text-align: center;
}
.honner_list .swiper-container {
    padding: 0 0 78px;
}
.honner_list .swiper-container .swiper-pagination{
    bottom: 26px
}
.honner_list .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #c7c8c9;
    margin: 0 21px 0 0 !important;
}
.honner_list .swiper-pagination-bullet-active{
    background-color: #0ba29a;
}
/***************hr***********/
.hr_list .thead{
    height: 40px;
    background-color: #0ba29a;
    color: #ffffff;
}
.hr_list .thead .td{
    border-right: 1px solid #e7e5e5;
    line-height: 40px;
}
.hr_list .thead .td,
.hr_list .tr .td{
    width: 20%;
    float: left;
    display: inline-block;
    text-align: center;
}
.hr_list .tr{
    border-width: 0 1px 1px;
    border-color: #e7e5e5;
    border-style: solid;
    height: 74px;
    font-size: 14px;
	color: #333333;
}
.hr_list .tr .td{
    line-height: 74px;
}
.page_hr .more{
    text-align: center;
    margin: 54px 0 70px;
}
.page_hr .more a{
    width: 128px;
	height: 45px;
	background-color: #0ba29a;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    line-height: 42px;
	color: #ffffff;
}
.page_company_person .p_item_special{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page_company_person .photo{
    margin: 30px 0 84px;
}
.page_company_person p{
    font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.page_company_person .photo img,
.index_about .about_con .img img{
    transition: all 1.2s;
}
.page_company_person .photo img:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.index_about .about_con .img img:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.page_company_person .photo .p_item,
.page_company_person .photo .p_item .line,
.page_company_person .photo .p_item .item_col{
    overflow: hidden;
}
/********************contact us********************/
.contact_con .add_title{
    font-size: 19px;
    color: #000000;
    margin: 0 0 17px;
}
.contact_con span.add_title{
    display: block;
}
.contact_con .add_con p{
    font-size: 14px;
	line-height: 31px;
	color: #333333;
}
.contact_con .other_add{
    width: 437px;
}
.contact_con .other_add .add_item:first-child{
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 21px;
    margin: 0 0 26px;
}
.contact_con .card{
    width: 539px;
    background-color: #0ba29a;
    padding: 47px 47px 0;
    color: #ffffff;
}
.contact_con .card .name{
    font-size: 22px;
    color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    padding: 0 0 13px;
    margin: 0 0 13px;
}
.contact_con .card .power{
    font-size: 19px;
    margin: 0 0 17px;
}
.contact_con .card_add ul li{
    font-size: 14px;
	line-height: 31px;
	color: #ffffff;
}
.page_contactus .message{
    margin: 51px 0 79px;
}
.message .flex_between{
    flex-wrap: wrap;
}
.col_6{
    width: 48.47%;
}
.col_12{
    width: 100%;
}
.message form{
    margin:34px 0 0; 
}
.message .col_6 input{
    width: 100%;
	height: 43px;
    background-color: #ecf2f2;
    line-height: 43px;
    margin: 0 0 33px;
    text-indent: 24px;
    outline: none;
}
.message .col_12 textarea{
    width: 100%;
    height: 172px;
    background-color: #ecf2f2;
    padding: 15px 0 0 24px;
    outline: none;
}
.message input.btnsubmit{
    width: 113px;
	height: 42px;
    background-color: #0ba29a;
    font-size: 14px;
	letter-spacing: 1px;
	color: #feffff;
    margin: 39px 0 0;
}
.message .col_12{
    text-align: center;
}
/*************product list***********/
.page_product_list{
    margin: 70px 0;
}
.page_product_list .left_block{
    width: 234px;
    height: auto;
    background: url("../images/left_bg.png") no-repeat center bottom #f9f8f6;
}
.page_product_list .container{
    align-items: flex-start;
}
.page_product_list .left_block{
    min-height: 510px;
    padding: 0 18px;
}
.page_product_list .product_list{
    width: 923px;
}
.left_block .left_title{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 37px 0 20px;
}
.left_block ul li{
    line-height: 50px;
    height: 50px;
    border: 1px solid #eceaea;
    margin: -1px 0 0 0;
    padding: 0 17px 0 20px;

}
.left_block ul li a{
    font-size: 15px;
    color: #666666;
    background: url(../images/left_list_icon.png) no-repeat center right;
    display: block;
}
.left_block ul li.hover,
.left_block ul li:hover{
    background: #0ba29a;
    border: 1px solid #0ba29a;
}
.left_block ul li.hover a,
.left_block ul li:hover a{
    color: #ffffff;
    background: url(../images/left_list_hover_icon.png) no-repeat center right;
}
.left_block ul li:last-child:hover,
.left_block ul li:last-child:hover a{
    background: none;
}
.left_block ul li:last-child:hover{
    border: 1px solid #eceaea;
}
.left_block .contact{
    margin: 50px 0 0 0;
}
.left_block .contact .name{
    font-size: 16px;
    color: #777777;
    margin: 0 0 3px;
}
.left_block .contact p{
    font-size: 12px;
    color: #a4a4a4;
    line-height: 24px;
}
.page_product_list .product_list .prolist_item{
    padding: 25px 0 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f2f2f2;
   
}
.page_product_list .product_list .prolist_item:hover{
	box-shadow: 0px 7px 18px 0px 
		rgba(163, 163, 163, 0.17);
}
.page_product_list .product_list .prolist_item:hover .img{
    margin: 0 0 0 14px;
}
.page_product_list .product_list .prolist_item:hover .item_con{
    width: 618px;
}
.page_product_list .product_list .prolist_item:hover .pro_title{
    color: #0ba29a;
}
.page_product_list .product_list .prolist_item:nth-child(5){
    border-bottom: 1px solid #f2f2f2;
}
.page_product_list .product_list .prolist_item .img{
    width: 242px;
    height: 167px;
    transition: .3s;
}
.page_product_list .product_list .prolist_item .img img{
    max-width: 100%;
    max-height: 100%;
}
.page_product_list .product_list .prolist_item .item_con{
    width: 634px;
    margin: 0 20px 0 0;
    transition: .3s;
}
.prolist_item .item_con .pro_title{
    font-size: 16px;
    color: #333333;
    margin: 0 0 10px;
}
.prolist_item .item_con p{
    font-size: 14px;
	line-height: 27px;
	color: #8c8a8a;
}
.prolist_item .item_con .more{
    text-align: right;
    margin:0;
}
.prolist_item .item_con .more span{
    width: 96px;
	height: 25px;
    border: solid 1px #9a9a9a;
    display: inline-block;
    font-size: 12px;
    color: #9a9a9a;
    border-radius: 0;
    text-align: center;
    line-height: 22px;
    margin: 10px 0 0;
}
/****************product——info****************/
.product_info{
    width: 922px;
}
.product_info .des_img{
    padding: 0 0 38px;
    position: relative;
}
.product_info .des_img .swiper-container{
    width: 398px;
    height: 263px;
    position: unset;
}
.product_info .text{
    width: 455px;
}
.product_info .des_img .swiper-pagination{
    bottom: 0;
}
.product_info .swiper-pagination-bullet{
    width: 15px;
	height: 15px;
    background-color: #c7c8c9;
    margin: 0 10px !important;
}
.product_info .swiper-pagination-bullet-active{
    background-color: #0ba29a;
}
.product_info .info_title{
    font-size: 28px;
    color: #333333;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 0 16px;
    position: relative;
}
.product_info .info_title::after{
    width: 83px;
	height: 2px;
    background-color: #0ba29a;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
}
.product_info .product_des{
    margin: 46px 0 13px;
}
.product_info .info_section_title{
    font-size: 18px;
	color: #0ba29a;
}
.product_info .des_text .text,
.product_info .product_section .section_text{
    font-size: 14px;
	line-height: 24px;
    color: #333333;
    margin: 20px 0 0 30px;
}
.product_info .product_section .section_text{
    margin-bottom: 45px;
}
.product_info .about_product,
.page_news_info .news_about{
    border-style: solid;
    border-color: #dbdbdb;
    border-width: 1px 0;
    height: 61px;
    padding: 0 30px;
}
.product_info .about_product a,
.page_news_info .news_about a{
    font-size: 14px;
	color: #333333;
}
.product_info .about_product a.back,
.page_news_info .news_about a.back{
    width: 104px;
	height: 45px;
	background-color: #0ba29a;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
	line-height: 45px;
    color: #ffffff;
    text-align: center;
}
/***************new list*******/
.page_news_list{
    margin: 82px 0 70px;
}
.page_news_list .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page_news_list .new_item{
    width: 590px;
    padding: 13px 20px;
    margin: 0 0 29px;
}
.page_news_list .new_item:hover{
    box-shadow: 0px 7px 18px 0px 
    rgba(163, 163, 163, 0.17);
}
.page_news_list .new_item:hover .name{
    color: #0ba29a;
}
.page_news_list .new_item a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page_news_list .item_info{
    width: 348px;
}
.page_news_list .item_info .name{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    margin: 0 0 41px;
}
.page_news_list .new_item .img{
    width: 188px;
    height: 129px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_news_list .new_item .img img{
    max-width: 100%;
    max-height: 100%;
}
.page_news_list .new_item .date{
    font-size: 14px;
    color: #999999;
    display: inline-flex;
    align-items: center;
}
.page_news_list .info_other .date em{
    width: 13px;
    height: 13px;
    background: url("../images/time_icon.png") no-repeat center center;
    display: inline-block;
    margin: 0 6px 0 0;
}
.page_news_list .new_item .more{
    width: 96px;
	height: 25px;
    border: solid 1px #9a9a9a;
    font-size: 12px;
    color: #9a9a9a;
    display: inline-block;
    text-align: center;
    margin: 0;
    line-height: 25px;
}
.page_news_list .new_item .info_other{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page_news_info{
    margin: 69px 0 71px;
}
.page_news_info .news_about{
    margin: 40px 0 0;
}
.page_news_info .news_con_title{
    font-size: 22px;
    color: #333333;
    display: block;
    text-align: center;
}
.page_news_info .date{
    font-size: 14px;
	color: #8c8a8a;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ececec;
    padding: 0 0 19px;
    margin: 7px 0 25px;
}
.page_news_info .new_con{
    font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.page_news_info .new_con p{
    margin: 10px 0;
}
#header .nav ul li:hover .cate_menu{
    display: block;
}
.nav .cate_menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 119px;
    background: #f9fafc;
    height: 172px;
    padding: 32px 0 0 8px;
    display: none;
    z-index: 99;
}
.nav .cate_menu .img,
.nav .cate_menu .about_des,
.nav .cate_menu .cate_two{
    float: left;
}
.nav .cate_menu p{
    width: 295px;
    margin: 0 84px 0 20px;
    display: inline-block;
    font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.nav .cate_menu .about_des{
    border-right: solid 1px #e3e4e5;
}
.nav .cate_menu .cate_two{
    width: 580px;
    margin: 0 0 0 30px;
}
#header .nav .cate_menu .cate_two ul{
    padding: 0;
    margin: 0;
    display: unset;
}
.nav .cate_menu .cate_two li{
    width: 33%;
    float: left;
    margin: 0 0 10px !important;
    padding: 0 !important;
}
#header .nav .cate_menu .cate_two li a{
    font-size: 14px;
	line-height: 27px;
    color: #666666;
    padding: 0 18px 0 0;
    background: url("../images/header_about_nav_icon.png") no-repeat center right;
    display: inline-block;
}
#header .nav ul li{
    padding: 0 0 30px;
}
#content #pagesize{
    text-align: center;
    width: 100%;
}
#content #pagesize ul{
    display: inline-flex;
}
#content #pagesize a,
#content #pagesize span{
    background: none;
    border-radius: unset;
    box-shadow: unset;
    border: 0;
    line-height: 20px;
}
#content #pagesize .disabled,
#content #pagesize a{
    color: #a7a7a7;
}
#content #pagesize .active{
    background: #0ba29a;
    color: #ffffff;
}
.product_list #pagesize{
    margin: 70px 0 0;
}
.job_title{
    overflow: hidden;
    display: block;
    width: 220px;
    height: 70px;
    margin: 0 auto;
}
.w1413{
    max-width: 1413px;
    margin: 0 auto;
}
.page_development{
    background-color: #f3f3f3;
    padding: 0 0 49px;
}

.page_development .develop_con{
    background: url("../images/world.png") no-repeat center right;
    min-height: 381px;
}
.develop_swiper .swiper-slide{
    background: url("../images/develop_list_bg.png") no-repeat left top;
}
.develop_swiper .swiper-slide .date{
    margin: 84px 0 0 14px;
    font-size: 39px;
	line-height: 28px;
	color: #353535;
}
.develop_swiper .swiper-slide ul{
    width: 205px;
	font-size: 14px;
	line-height: 22px;
    margin: 30px 0 0 25px;
    color: #333333;
}
.develop_swiper .swiper-slide ul li{
    background: url("../images/point.png") no-repeat left 8px;
    padding: 0 0 0 15px;
    margin: 0 0 13px;
}
.lrclick {
    text-align: center;
    height: 37px;
    margin: 46px 0 0;
}
.lrclick .swiper-button-next,
.lrclick .swiper-button-prev{
    width: 37px;
    height: 37px;
    display: inline-block;
    position: unset;
    margin: 0 8px;
}
.lrclick .swiper-button-next{
    background: url("../images/develop_next.png") no-repeat;
}
.lrclick .swiper-button-prev{
    background: url("../images/develop_prev.png") no-repeat;
}
.lrclick .swiper-button-next.swiper-button-disabled, 
.lrclick .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.page_partner .partner_list .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
}
.pro_scroll .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: linear;    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
  }
  .page_search_list{
    margin: 50px 0;
  }
  .page_search_list ul li{
      line-height: 40px;
      border-bottom: 1px dashed #eeeeee;
  }
  .partner_con .swiper-slide {
    border: solid 1px #eeeeee;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vedio .vedio_con img{
    max-width: 100%;
    height: auto;
}

.vedio_con video{
    outline: none;
}